home *** CD-ROM | disk | FTP | other *** search
/ Freelog 41 / Freelog041.iso / BestOf / TweakALL / tweakall3fullsetup.exe / {app} / addremove / AddRemove.dll / 0 / RCDATA / TMAIN / TMAIN.txt
Text File  |  2002-03-04  |  3KB  |  116 lines

  1. inherited Main: TMain
  2.   Caption = 'Main'
  3.   OldCreateOrder = True
  4.   PixelsPerInch = 96
  5.   TextHeight = 13
  6.   inherited PluginTitle: TFancyPanel
  7.     BarText = 'Add/Remove'
  8.   end
  9.   object ARTree: TElTree
  10.     Left = 8
  11.     Top = 32
  12.     Width = 449
  13.     Height = 265
  14.     Cursor = crDefault
  15.     LeftPosition = 0
  16.     AutoCollapse = False
  17.     DockOrientation = doNoOrient
  18.     DefaultSectionWidth = 120
  19.     BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  20.     CustomPlusMinus = True
  21.     DragCursor = crDrag
  22.     ExplorerEditMode = False
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     GradientSteps = 64
  29.     HeaderHeight = 19
  30.     HeaderHotTrack = False
  31.     HeaderSections.Data = {F5FFFFFF00000000}
  32.     HeaderFont.Charset = DEFAULT_CHARSET
  33.     HeaderFont.Color = clWindowText
  34.     HeaderFont.Height = -11
  35.     HeaderFont.Name = 'MS Sans Serif'
  36.     HeaderFont.Style = []
  37.     HorzScrollBarStyles.ShowTrackHint = False
  38.     HorzScrollBarStyles.Width = 17
  39.     HorzScrollBarStyles.ButtonSize = 17
  40.     IgnoreEnabled = False
  41.     IncrementalSearch = False
  42.     KeepSelectionWithinLevel = False
  43.     LineBorderActiveColor = clBlack
  44.     LineBorderInactiveColor = clBlack
  45.     LineHeight = 17
  46.     MinusPicture.Data = {
  47.       BE000000424DBE00000000000000760000002800000009000000090000000100
  48.       0400000000004800000000000000000000001000000000000000000000000000
  49.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  50.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777000
  51.       00007FFFFFFF700000007FFFFFFF700000007FFFFFFF700000007F77777F7000
  52.       00007FFFFFFF700000007FFFFFFF700000007FFFFFFF70000000777777777000
  53.       0000}
  54.     MouseFrameSelect = True
  55.     OwnerDrawMask = '~~@~~'
  56.     PlusPicture.Data = {
  57.       BE000000424DBE00000000000000760000002800000009000000090000000100
  58.       0400000000004800000000000000000000001000000000000000000000000000
  59.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  60.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777000
  61.       00007FFFFFFF700000007FFF7FFF700000007FFF7FFF700000007F77777F7000
  62.       00007FFF7FFF700000007FFF7FFF700000007FFFFFFF70000000777777777000
  63.       0000}
  64.     ScrollbarOpposite = False
  65.     ShowLeafButton = False
  66.     StoragePath = 'Tree'
  67.     TabOrder = 1
  68.     TabStop = True
  69.     UseCustomScrollBars = False
  70.     VertScrollBarStyles.ShowTrackHint = True
  71.     VertScrollBarStyles.Width = 17
  72.     VertScrollBarStyles.ButtonSize = 8
  73.     VirtualityLevel = vlNone
  74.     OnItemSelectedChange = ARTreeItemSelectedChange
  75.   end
  76.   object btnAdd: TButton
  77.     Left = 8
  78.     Top = 304
  79.     Width = 105
  80.     Height = 25
  81.     Caption = 'Add Entry'
  82.     TabOrder = 2
  83.     OnClick = btnAddClick
  84.   end
  85.   object btnEdit: TButton
  86.     Left = 120
  87.     Top = 304
  88.     Width = 105
  89.     Height = 25
  90.     Caption = 'Edit Entry'
  91.     Enabled = False
  92.     TabOrder = 3
  93.     OnClick = btnEditClick
  94.   end
  95.   object btnRemove: TButton
  96.     Left = 232
  97.     Top = 304
  98.     Width = 105
  99.     Height = 25
  100.     Caption = 'Remove Entry'
  101.     Enabled = False
  102.     TabOrder = 4
  103.     OnClick = btnRemoveClick
  104.   end
  105.   object btnUninstall: TButton
  106.     Left = 344
  107.     Top = 304
  108.     Width = 105
  109.     Height = 25
  110.     Caption = 'Uninstall'
  111.     Enabled = False
  112.     TabOrder = 5
  113.     OnClick = btnUninstallClick
  114.   end
  115. end
  116.